body {
  background-image: url(https://sebydooo.space/Assets/Backrounds/ParisBG.png);
  background-position: center;
  background-repeat:round;
  background-color: rgb(81, 82, 126);
}

.Badges1 {
display: flex;
flex-direction:row ;
flex-wrap:wrap-reverse;
height: 20%;
width:100px;
align-items:baseline ;
justify-content: center;
}

.Badges2 {
  display: flex;
flex-direction:row ;
flex-wrap:wrap-reverse;
height: 20%;
width:100px;
align-items:first baseline ;
justify-content: center;
}






@keyframes hover {
  0% {
        transform: translateY(0);
     }
  50% {
        transform: translateY(-5px);
      }
  100% {filter: hue-rotate(0deg);}
}
.hoveranim {
  animation:hover 10s ease-in-out infinite;
margin-top: 3%;          
}